Home | Trees | Index | Help |
---|
Package i2p :: Module samclasses :: Class Deque |
|
StringBuffer
Method Summary | |
---|---|
__init__(self)
| |
Number of items in the deque. | |
_partition(self)
| |
Pop an item off the beginning of the deque, and return it. | |
Pop an item off the end of the deque, and return it. | |
Prepend obj to the beginning of the deque. | |
Append obj to the end of the deque. |
Method Details |
---|
__len__(self)
Number of items in the deque.
|
pop_first(self)Pop an item off the beginning of the deque, and return it. |
pop_last(self)Pop an item off the end of the deque, and return it. |
push_first(self, obj)Prepend obj to the beginning of the deque. |
push_last(self, obj)Append obj to the end of the deque. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 02 01:07:41 2004 | http://epydoc.sf.net |